home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / util / cli / BaseConv_37_1.lha / BaseConv / BaseConv_protos.h next >
Encoding:
C/C++ Source or Header  |  1995-05-05  |  667 b   |  24 lines

  1. /******************************************************************************
  2. *
  3. *    Generated by MakeProto+ on Fri May 05 00:32:34 1995
  4. *
  5. *******************************************************************************/
  6. #ifndef BASECONV_PROTOS_H
  7. #define BASECONV_PROTOS_H
  8.  
  9. /*
  10. ** BaseConv.c
  11. */
  12. Prototype LONG     FPrintF(BPTR,TEXT *,...);
  13. Prototype VOID     Usage(CFG *);
  14. Prototype ULONG     Rank(TEXT,ULONG);
  15. Prototype ULONG     ToBase10(TEXT *,ULONG);
  16. Prototype TEXT    *FromBase10(ULONG,ULONG);
  17. Prototype VOID     Cleanup(CFG *);
  18. Prototype TEXT    *StrLower(TEXT *);
  19. Prototype TEXT    *StrUpper(TEXT *);
  20. Prototype CFG    *InitCFG(CFG *);
  21. Prototype LONG    _main(VOID);
  22.  
  23. #endif !BASECONV_PROTOS_H
  24.